openssl: Backport fix for OpenSSL 3.5.2 and 3.0.17 regression
authorHauke Mehrtens <[email protected]>
Wed, 17 Sep 2025 09:16:20 +0000 (11:16 +0200)
committerMartin Schiller <[email protected]>
Thu, 4 Dec 2025 14:13:00 +0000 (15:13 +0100)
commit26433c21685ea7c783ea930202ce38b05c1b805c
treedf67738a6c1928e0865c6d09c8b4097611335b9f
parent1ff42fc429a59958b2659ab1df2491aa9ea3a2a9
openssl: Backport fix for OpenSSL 3.5.2 and 3.0.17 regression

Fixes segmentation faults in openssl. This problem was introduced in
version 3.5.2 and 3.0.17. Backport a fix from the OpenSSL 3.0 branch.

Link: https://forum.openwrt.org/t/openssl-3-0-17-libcrypto-segmentation-faults-regression/240650/9
Link: https://github.com/openssl/openssl/issues/28171
Link: https://github.com/openssl/openssl/commit/c0d968f0ac56ad507ab0101e537e7d530e9f0448
Fixes: f68c3e5057ab ("openssl: Update to version 3.0.17")
Link: https://github.com/openwrt/openwrt/pull/20069
Signed-off-by: Hauke Mehrtens <[email protected]>
(cherry picked from commit aa3c98f82173c04eea4932474116a5befb7aba7b)
(cherry picked from commit 640e364ec0622017e088368ff5422893da847211)
package/libs/openssl/Makefile
package/libs/openssl/patches/0001-Don-t-keep-the-store-open-in-by_store_ctrl_ex.patch [new file with mode: 0644]